home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / comm / misc / zyxelvoice.lzh / cliloadvm next >
Text File  |  1993-03-18  |  434b  |  31 lines

  1. voice:waitforport -immediate REXX_GPFAX
  2. if warn
  3.   run >nil: <nil: gpfax:gpfax -W
  4. endif
  5.  
  6. voice:waitforport REXX_GPFAX
  7.  
  8. if warn
  9.   echo "GPFax couldn't be run.  Exiting."
  10.   quit
  11. endif
  12.  
  13. rx "address rexx_gpfax unlisten"
  14.  
  15. echo 'GPFax is ready.'
  16.  
  17. voice:waitforport -immediate VOICEMAIL1
  18. if warn
  19.   run >nil: <nil: voice:VM
  20. endif
  21.  
  22. voice:waitforport VOICEMAIL1
  23.  
  24. if warn
  25.   echo "VM couldn't be run.  Exiting."
  26.   quit
  27. endif
  28.  
  29. echo 'VM is ready.'
  30.  
  31.